projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4643615
)
gitlab-ci: cache meson subprojects
author
Christoph Reiter
<creiter@src.gnome.org>
Thu, 15 Feb 2018 12:37:02 +0000
(13:37 +0100)
committer
Christoph Reiter
<creiter@src.gnome.org>
Thu, 15 Feb 2018 12:43:55 +0000
(13:43 +0100)
This saves another 30sec here and reducing clone operations on the
gnome gitlab instance is probably a good idea as well.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 4bc0cb07fee8786ccdfe1fee2318a11a4cd5e522..0d559ef3cb63cbd3952239fe33f58da71f53a18b 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-11,6
+11,11
@@
before_script:
cache:
paths:
- _ccache/
+ - subprojects/gdk-pixbuf/
+ - subprojects/glib/
+ - subprojects/graphene/
+ - subprojects/libepoxy/
+ - subprojects/pango/
build:
stage: build